<center> <SCRIPT LANGUAGE="javascript"> var tickertapeform speed=25 len=25 space=" " tid = 0; message="" c= -len; function move() { cend=Math.min(c+len,message.length) if (c <0) cstart=0 else cstart=c if (c < 0) f.scroll.value=space.substring(0,-c) +
message.substring(cstart,cend) else
f.scroll.value=message.substring(cstart,cend) c = c +1; if (c == message.length ) c = -len; tid=window.setTimeout("move()",speed); } function start(x) { f=x tid=window.setTimeout("move()",speed); } function cleartid() { window.clearTimeout(tid); } // for some reason on some pages this crashes netscape function ticker(m,l,s) { message=m len=l speed=s document.write('<FORM name=tickertapeform><input name=scroll size=') document.write(len) document.write(' value="">') start(document.tickertapeform); } // for some reason on some pages this crashes netscape function ticker(m) { message=m len=75 speed=25 document.write('<FORM name=tickertapeform><input name=scroll size=80>'); start(document.tickertapeform); } </SCRIPT> <SCRIPT LANGUAGE="javascript"> ticker("Anything that you want to say") </ScRIPT>
<!----clock Java script-----> <SCRIPT language="JavaScript"> <!-------hide from old browsers-- var enabled = 0; function TOfunc() { TO = window.setTimeout( "TOfunc()", 1000 ); var today = new Date(); document.forms[0].elements[0].value = today.toString(); } //-------end hide---> </SCRIPT> <!---end clock script---> <CENTER> If you have a Java Script enabled browser try checking the time: